Help for this page

Select Code to Download


  1. or download this
    ReadMode 1;
    # some stuff
    ReadMode 2;
    
  2. or download this
    testcall 1;
    testcall(2);
    ...
        print $_[0];
        print "\n";
    }
    
  3. or download this
    Number found where operator expected at fcall.pl line 1, near "testcal
    +l 1"
            (Do you need to predeclare testcall?)
    syntax error at fcall.pl line 1, near "testcall 1"
    Execution of fcall.pl aborted due to compilation errors.
    
  4. or download this
    callsub();
    sub callsub{#dostuff}
    
  5. or download this
    sub callsub(){#dostuff}
    callsub();