Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Re: Tripwire tests and future-proofing

by BUU (Prior)
on May 25, 2004 at 09:20 UTC ( [id://356147]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $lc1 = wc -l my_file.txt;
    $lc2 = sort my_file.txt | uniq | wc -l;
    ...
    {
      #test good!
    }
    
  2. or download this
    >perl -e"@x=qw/foo bar/; print scalar keys map { $_ => 1 } @x;"
    
  3. or download this
    Type of arg 1 to keys must be hash (not map iterator) at -e line 1, ne
    +ar "@x;"
    Execution of -e aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-16 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found