Help for this page

Select Code to Download


  1. or download this
    sub AUTOLOAD {print $AUTOLOAD}
    *foo = bar;
    foo ();
    
  2. or download this
    my %hash = (foo => 'bar');
    chop for values %hash;
    print values %hash, "\n";
    
  3. or download this
    print 80.101.114.108;