Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    print "$array[0]\n";
    my @splitarray = split (/ /, @array);
    print "@splitarray\n";
    
  2. or download this
    this is a test and hope this will work.
    2