Help for this page

Select Code to Download


  1. or download this
    package Insert;
    use Filter::Simple;
    ...
    }
    
    1;
    
  2. or download this
    my $variable = "World!";
    print <<EOT;
    Hello $variable
    EOT
    
  3. or download this
    use Insert;
    my $variable = "World!";
    print <<EOT;
    INSERT("includeme.txt")
    EOT
    
  4. or download this
    Hello $variable