Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    # should work if overloading is active 
    #print $direction . "\n";
    #print $direction+0  . "\n";
    
  2. or download this
    package My::GenDualVar;
    
    ...
    }
    
    1;