Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    
    my $file = '/path/to/deepstructure.php';
    print $file;
    
  2. or download this
    <?php
    
    ...
    $x = 42;
    
    ?>