Help for this page

Select Code to Download


  1. or download this
    @list = <PASSF>;
    
  2. or download this
    my $User_Entry = <PASSF>;
    my @list = split(/ /, $User_Entry);
    .
    .
    .
    
  3. or download this
    use strict;
    use warnings;