Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my @workdts = @$selects[0];
    
    print "$_\n" for @workdts;
    
  2. or download this
    Global symbol "$selects" requires explicit package name at ./p line...
    
  3. or download this
    @{$selects[0]}