in reply to Perl on Unix

Note that Unix doesn't use a backslash as a path separator. It uses a forward slash. Also note that most Unix filesystems are case sensitive. If you write use Tab_calc;, make sure the module file is called Tab_calc.pm, and not Tab_Calc.pm or tab_calc.pm.

Replies are listed 'Best First'.
Re^2: Perl on Unix
by tej (Scribe) on Aug 11, 2011 at 10:02 UTC
    thanks..it was Tab_Calc.pm and i was writing Tab_calc;