Help for this page

Select Code to Download


  1. or download this
    require '/tmp/b';
    print $x;  # 3
    # assuming /tmp/b has   $x=3;   in it
    
  2. or download this
    use strict;
    use warnings;
    ...
    __DATA__
    var1 = x
    var2 = y