Help for this page

Select Code to Download


  1. or download this
        push (my @hexnum, $hexnum);
        @hexnum = split ( ' ', $hexnum );
    
  2. or download this
        $_ = <STDIN>;
        @hexnum = split;
    
  3. or download this
    sub go {
       my @esns = @_;
       ...
    }
    
  4. or download this
    use English;
    
    ...
    } continue {
        print STDERR $prompt if $prompt;
    }