Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    myvar1 = foo
    myvar2 = bar
    evil_var = foo
    
  2. or download this
    Illegal config var 'evil_var'
    myvar1 = 'foo'
    myvar2 = 'bar'