Help for this page

Select Code to Download


  1. or download this
    print <<OUT;
    First line!
    ...
    Second line...
    Thanks for reading this!
    OUT
    
  2. or download this
    use strict;
    use warnings;
    ...
    print substr($text, 0, $insert);
    print 'My inserted data goes here!';
    print substr($text, $insert);
    
  3. or download this
    Blah blah blah
    I'm inserting a variable here: <?php echo $var; ?>
    And again here: <?php echo $another; ?>