Help for this page

Select Code to Download


  1. or download this
    BEGIN hi
    abc
    ...
    stu
    mno
    END
    
  2. or download this
    open DATA, "</hello.txt";
    my @hello = <DATA>;
    ...
    }
    
        }