Help for this page

Select Code to Download


  1. or download this
    syntax error at 3.pl line 5, near "%tmp{"
    syntax error at 3.pl line 7, near "}"
    Execution of 3.pl aborted due to compilation errors.
    
  2. or download this
    #!/usr/bin/perl
    sub unique {
    ...
    @array = qw(apples cheeries apples bananas apples);
    $o->unique(@array);