Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: PHP to PERL ?

by Delusional (Beadle)
on Dec 28, 2005 at 11:03 UTC ( [id://519514]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $file = "somefile.txt";
    
    ...
        close(INFILE);
        foreach $line (@FileContent) { print $line; }
    }
    
  2. or download this
    Line 1
    Line 2
    ...
    Line 8
    Line 9
    Line 10
    
  3. or download this
    Opening and displaying somefile.txt:
    Line 1
    ...
    Line 9
    Line 10
    Complete
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found