Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $obj = "Fetch$type"->new();
    
    print $obj->type();
    
  2. or download this
    Fetch type Two