Help for this page

Select Code to Download


  1. or download this
    #!c:/perl/bin/perl -w
    use strict;
    ...
        s/\$([^;]+);/\$data{bar}{values}{$1};/g;
      eval $data{bar}{code};
    }