Help for this page

Select Code to Download


  1. or download this
    sub info() {
      my ( $nick, $reply ) = @_;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    }
    
    foobar( 1, 2 );
    
  3. or download this
    Too many arguments for main::foobar at prot.pl line 11, near "2 )"
    prot.pl had compilation errors.