Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: FP languages have a bottom-up bias?

by BrowserUk (Patriarch)
on Jun 27, 2005 at 22:59 UTC ( [id://470412]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    open INDEX, '>', $INDEX or die "$INDEX : $!";
    print INDEX "$key:$val" while ( $key, $val ) = each %index;
    close INDEX;
    
  2. or download this
    P:\test>perl -c windex-1.pl
    windex-1.pl syntax OK
    
  3. or download this
    P:\test>windex-1.pl *.pl
    710:No such file or directory at P:\test\windex-1.pl line 15.
    ...
    710:No such file or directory at P:\test\windex-1.pl line 15.
    710:No such file or directory at P:\test\windex-1.pl line 15.
    ...
    
  4. or download this
    while( my $file = pop @ARGV ) {
    
  5. or download this
    P:\test>windex-1.pl *.pl
    306836-trietest.pl:Permission denied at P:\test\windex-1.pl line 15, <
    +FILE> line 83342.
    
  6. or download this
    P:\test>type words.index
    expletive:2
    ...
    paws:6
    "\n$_:2
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found