Help for this page

Select Code to Download


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