Help for this page

Select Code to Download


  1. or download this
    foo()
    {
    print $1
    }
    
  2. or download this
    % foo bar
    %bar
    
  3. or download this
    #!/usr/bin/perl -w
    
    $foo=`foo bar`;
    print $foo;
    
  4. or download this
    %foo.pl
    Can't exec "foo": Permission denied at x.pl line 3.
    Use of uninitialized value in print at x.pl line 4.