Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Pearls (not really) of Perl programming

by revdiablo (Prior)
on Nov 24, 2004 at 18:35 UTC ( [id://410206]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my($all,$com,$csv,$ctr,$desc,$dir,$fname,$found,$fsize,
       $line,$longline,$null,$one);
    my($parm,$parms,$pattern,$seekrc,$value);
    my(@coms,@csvin,@grep,@parms,@seekrc);
    
  2. or download this
        ($start,$stop,$adv,$desc) = split(/\,/,$line);
        $start =~ s/^\s+//g;
        $stop =~ s/^\s+//g;
        $adv =~ s/^\s+//g;
        $desc =~ s/^\s+//g;
    
  3. or download this
        while(defined($line = <IN>)) {
            ... 
    ...
            }
            $bighash{$name} = { %temphash };
        }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://410206]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (4)
As of 2024-03-29 15:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found