Help for this page

Select Code to Download


  1. or download this
    Useless use of private variable in void context at myscript.pl line 27
    +.
    factory: 'lulz'
    ...
    eval:    ''
    factory: 'lulz'
    eval:    'lulz'
    
  2. or download this
    return sub{
       my ($code) = ($var);
       my $estr = "print \"eval:    '\$code'\n\"";
       eval $estr;
    }