Help for this page

Select Code to Download


  1. or download this
    $ perl -e 'do "UserScenarioDesc.pl"; get_user_scenario_desc("http://so
    +me_linkXYZ.html","testdare/UserScenarioDAREtestCkmadm");'
    
  2. or download this
    #!/usr/bin/perl   # 830179.pl
    
    ...
    }
    
    print "bar\n";
    
  3. or download this
    $ perl -e 'do "./830179.pl"; foo("arg1", "arg2");'
    bar
    foo(): arg1 arg2