Click here to get back home

Re: A little Direction Please

 HomeNewsGroups | Search | About
 comp.lang.perl.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Re: A little Direction Please Tad J McClellan 05-13-2008
Posted by Tad J McClellan on May 13, 2008, 7:11 pm
Please log in for more thread options

> Subject: A little Direction Please


Please put the subject of your article in the Subject of your article.


> while (<INPUT>) {
> my $line = $_;


If you want the line in $line, then put it in $line rather than
put it somewhere else, only to then copy it to $line:

while ( my $line = <INPUT> ) {


--
Tad McClellan
email: perl -le "print scalar reverse qq/moc.noitatibaher0cmdat/"

Similar ThreadsPosted
Re: A little Direction Please May 13, 2008, 1:20 pm
Re: A little Direction Please May 13, 2008, 6:53 pm
Just need a pointer in the right direction... October 22, 2005, 4:17 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap