Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Reviewed code reviewed again

by particle (Vicar)
on Apr 15, 2004 at 21:37 UTC ( [id://345564]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Lines 4 and 5 are good Perl practice.  "strict" and "warnings" are p
    +ragmas
    # that help prevent Perl programmers from doing silly things in their 
    +programs.
    #
    
  2. or download this
    __END__
    Lines 4 and 5 are good Perl practice.  "strict" and "warnings" are pra
    +gmas
    ...
    print OUT "IGNORING ALL HISTORY FILES.\n";
    print OUT "LOWERCASING ALL FILE AND PATHNAMES BEFORE COMPARING.\n";
    print OUT "\n";
    
  3. or download this
    print OUT <<EOT;
    For unique files in OldInventory.txt:
    ...
    LOWERCASING ALL FILE AND PATHNAMES BEFORE COMPARING.
    
    EOT
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-23 12:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found