http://www.perlmonks.org?node_id=903971


in reply to Re^2: Executing a string as a Perl command
in thread Executing a string as a Perl command

  1. ...and your point (aside from the fact that your code prints "5") is...?
  2. ... and this is better than

    my $var1 = 5; print $var1;

    how?