Help for this page

Select Code to Download


  1. or download this
    if (
      running_under_windows
    ...
      and
      package_Foo doesn't exist
    ) { warn about case of Foo }
    
  2. or download this
    use Strict;
    $x = 10;
    
  3. or download this
    BEGIN {
      require Strict;
      Strict->import;
    }
    
  4. or download this
    Name "main::Dumper" used only once: possible typo at -e line 1.
    Filehandle main::Dumper never opened at -e line 1.