Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Perl embedded in Kornshell

by perigeeV (Hermit)
on Sep 02, 2001 at 05:32 UTC ( [id://109693]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my($scheck, $echeck);
    while(<FILE1>) {
        chomp;
        ($scheck, $echeck) = split;   # or whatever.
    }
    close(FILE1);    # Be tidy.
    
  2. or download this
    open(OUTFILE, ">/home/spjal/files/bprcf.tmp") || die "Dead on file ope
    +n. $!\n";
    print OUTFILE "Important results.\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 16:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found