Help for this page

Select Code to Download


  1. or download this
     $ perl ic.pl
    test
    Hello Ingy
    
  2. or download this
    #!/usr/bin/perl -w
    use lib '/usr/share/perl5/Module/Install';
    ...
    void greet(char* name) {
        printf("Hello %s\n", name);
    }
    
  3. or download this
     $ perl ic.pl
    test
    Undefined subroutine &main::greet called at ic.pl line 5.