Help for this page

Select Code to Download


  1. or download this
    use CGI;
    print a( {-href=>"dummy" }, \@list );
    
  2. or download this
    Global symbol "$list" requires explicit package name at ...
    
  3. or download this
    print table( Tr( td( a( {-href=>"dummy"}, \@list ) ) ) ) );