Help for this page

Select Code to Download


  1. or download this
        if( A
        and B
    ...
        ) {
            # ...
        }
    
  2. or download this
        my @array = (
            $one,
            $two,
            $three,
        );
    
  3. or download this
    __END__
    $_=q,just perl,,s, , another ,,s,$, hacker,,print;