Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use diagnostics;
    ...
    use lib "$ENV{HOME}/usr/local/perl_local_lib";
    use GRASS::raster qw(:all);
    use SMDR::setup_3001 qw(:all);
    
  2. or download this
    Can't locate GRASS/raster.pm in @INC (@INC contains: /home/ienvmod008/
    +usr/local/perl_local_lib /opt/glite/lib/perl5 /opt/gpt/lib/perl/i386-
    +linux-thread-multi /opt/gpt/lib/perl /usr/lib/perl5/5.8.0/i386-linux-
    +thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i386
    +-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/sit
    +e_perl /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi /usr/
    +lib/perl5/vendor_perl/5.8.0 /usr/lib/perl5/vendor_perl .) at /home/ie
    +nvmod008/gram_scratch_4ua3ZvbJDO/https_3a_2f_2fi2grb01.ifca.es_3a9000
    +_2fEGtV8vmZdn0cz95cNUieTQ_0/SMDR_Scripts_3001/smdr.setup.3001.pl line
    + 43.
    BEGIN failed--compilation aborted at /home/ienvmod008/gram_scratch_4ua
    +3ZvbJDO/https_3a_2f_2fi2grb01.ifca.es_3a9000_2fEGtV8vmZdn0cz95cNUieTQ
    +_0/SMDR_Scripts_3001/smdr.setup.3001.pl line 43 (#1)
    ...
        the extra library is, or maybe the script needs to add the library
    + name
        to @INC.  Or maybe you just misspelled the name of the file.  See
        perlfunc/require and lib.