Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
when you use h2xs -A -X -n Simple::Class, h2xs creates the directory Simple/Class and puts the file Class.pm in Simple/Class instead of Simple, but as the transcript below shows, I can't do a perl -I. from the same directory I created the class and have a simple use Simple::Class work... does anyone know why this is?
[localhost:Seamstress/Seamstress/t] metaperl% head -4 ./Simple/Class/C +lass.pm package Simple::Class; 1; [localhost:Seamstress/Seamstress/t] metaperl% perl -I. -MSimple::Class Can't locate Simple/Class.pm in @INC (@INC contains: . /Users/metaperl +/install/\ lib/site_perl/5.7.2/darwin /Users/metaperl/install/lib/site_perl/5.7.2 + /Users/m\ etaperl/install/lib/5.7.2/darwin /Users/metaperl/install/lib/5.7.2 /Us +ers/metap\ erl/install/lib/site_perl/5.7.2/darwin /Users/metaperl/install/lib/sit +e_perl/5.\ 7.2 /Users/metaperl/install/lib/site_perl .). BEGIN failed--compilation aborted. [localhost:Seamstress/Seamstress/t] metaperl% mv ./Simple/Class/Class. +pm ./Simp\ le/ [localhost:Seamstress/Seamstress/t] metaperl% perl -I. -MSimple::Class [localhost:Seamstress/Seamstress/t] metaperl%

In reply to locating a module created with h2xs via require and use --- effect of extra directory? by princepawn

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found