Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    
    print 'here is an output string';
    
  2. or download this
    #!/bin/sh
    
    output = `perl_test`
    echo $output