YAML module issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sshub
    New Member
    • Oct 2008
    • 1

    YAML module issue

    I am using YAML module(Config:Y AML) for one of the perl script. When i run the script, i get an error saying like ' Can't locate YAML.pm in ..........'.
    The error is pointing to a line 7 of the YAML.pm module itself and that line is 'use YAML; '. How can a module use itself and expect to be in the path. Am new to perl, pls someone help on for this issue
  • vijayarl
    New Member
    • Sep 2008
    • 65

    #2
    Hi there,

    Have you installed that module ???



    Regards,
    Vijayarl

    Comment

    • numberwhun
      Recognized Expert Moderator Specialist
      • May 2007
      • 3467

      #3
      Before you can use a Perl module, you must install it first. Otherwise, it complains that it cannot find it.

      Regards,

      Jeff

      Comment

      Working...