Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Collapsing smaller scripts into a larger one, request for comment

by perlfan (Vicar)
on May 31, 2020 at 06:19 UTC ( [id://11117521]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use lib '../files/lib';
    
  2. or download this
    use strict;
    use warnings;
    ...
    our $DATA = q{Welcome to Lady Aleena's B<collections>, which is lists 
    +of A<novels|href="Fiction.pl">, A<books|href="Non-fiction.pl">, A<mus
    +ic|href="Music_and_comedy.pl">, A<movies|href="Movies.pl">, A<tie-ins
    +|href="Tie-ins.pl">, and A<programs|href="Programs.pl"> I am willing 
    +to admit I own or use. The list of movies here is just those movies I
    + own and should not to be confused with my more general interest in A
    +<movies|href="../Movies">. Tie-ins are books and music connected to m
    +ovies or television series. I also share my A<fandom|href="../Fandom"
    +> elsewhere.
    Here is a key for the notations after each title with the exception of
    + programs.};
    1;
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    our $DATA = q{This is my B<fiction collection> of SPAN<hardcovers|^har
    +dcovers^>, SPAN<trade paperbacks|^trades^>, and SPAN<mass market pape
    +rbacks|^massmarkets^>.}
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11117521]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-16 04:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found