Help for this page

Select Code to Download


  1. or download this
    package tmod;
    use 5.20.0;
    ...
    our $v2='';
    
    1;
    
  2. or download this
    use 5.20.0;
    use strict;
    ...
    
    say "done"; 
    exit;
    
  3. or download this
    perl test_tmod.pl
    "tag_v0" is not exported by the tmod module
    Can't continue after import errors at test_tmod.pl line 5.
    BEGIN failed--compilation aborted at test_tmod.pl line 5.