[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-developers] perl script massadd.pl



I think the html is not properly formated and is messing up the perl
script.  Since this was the first perl script I ever wrote and didn't
know about $_ the line should read:
while ($line = <PASSIT>) {

or you can change it while (<PASSIT>) {
then change every instance of $line to $_

Jeff-

adrian@xxxxxxxxxxxxx wrote:
> 
> Hmmmm it still makes no sense as a value is never assigned to $line.
> 
> Adrian
> 
> _______________________________________________
> cobalt-developers mailing list
> cobalt-developers@xxxxxxxxxxxxxxx
> http://list.cobalt.com/mailman/listinfo/cobalt-developers