in reply to Undefined Subroutine errors
I get this error,#!/usr/bin/perl -w use strict; _undef_subroutine(); warn "Got here\n";
Undefined subroutine &main::_undef_subroutine called at C:\temp\undef. +pl line 4.
Are you talking about a checking the syntax without running the script? Komodo has decent syntax checking but I am not sure exactly what you are looking for.
Did you write any tests for your code? If you had it probalbly would have shown up there.
|
|---|