Help for this page

Select Code to Download


  1. or download this
     use diagnostics;
    use strict;
    use warnings;
    ...
    void greet(char* name) {
        printf("Hello %s!\n", name);
    }
    
  2. or download this
    C:\Documents and Settings\Nate\Desktop>perl -w crap.pl
    Couldn't find an appropriate DIRECTORY for Inline to use.
    ...
    
    at C:/Perl/lib/FindBin.pm line 0
    INIT failed--call queue aborted, <DATA> line 1.