Help for this page

Select Code to Download


  1. or download this
    # Foo.pm
    package Foo;
    ...
    my Foo $tst1 :Sorted;
    my $tst2 :Sorted;
    print "done\n";
    
  2. or download this
    Invalid SCALAR attribute: Sorted at /home/arun/attr.pl line 8.