Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

(Ovid - Spoiler) Re: C is Perl

by Ovid (Cardinal)
on Dec 23, 2001 at 01:24 UTC ( [id://133989]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        perl -MO=Deparse wc.c > deparse.pl
    
  2. or download this
        gcc wc.c -E > wc.txt
    
  3. or download this
    # note the comma. This will unshift the first command line
    # argument onto @ARGV and set $_
    ...
    {
        printf "%7d %7d %7d total\n", $i[7], $i[6], $i[8];
    }
    
  4. or download this
    #include <sys/types.h>
    #include <sys/stat.h>
    ...
        printf("%7d %7d %7d total\n",i [7],i [6],i [8]);
      }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-03-28 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found