Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
2 results tagged organise  ✕
Recommended Project Layout http://www.epic-ide.org/guide/ch03s04.php
Tue Aug 7 16:24:45 2018 archive.org
QRCode

Recommended Project Layout

In order to avoid problems with syntax validation (such as packages reported missing) and the debugger (such as skipped breakpoints), it is best to organize your project according to the conventions of the core Perl distribution:

Keep your own modules in dedicated subtrees of your project. For example, create a subdirectory lib as the root of the subtree containing all *.pm files. Note that you can have more than one such subtree. For example, you could also create test/lib to store modules that are only imported by test scripts.

Add the root directories of your subtrees to the @INC path (see the section called “Perl Include Path”). For example, add the entries lib and test/lib there.

Map package names to paths in the subtree (and vice versa). For example, store code for the package Foo::Bar in file lib/Foo/Bar.pm and ensure that lib/Foo/Baz.pm contains only package Foo::Baz.

Store your Perl scripts anywhere you like in the project. For example, in subdirectory bin or cgi-bin.

To import from a package, use it, rather than require it. For example, use Foo::Bar; rather than require '../lib/Foo/Bar.pm';
perl project module organise
Restaurant corse Nord, repas d'affaires Lille, plats cuisinés corse : Restaurant Via Corsica http://www.viacorsica.com/accueil.php
Thu Oct 20 07:11:23 2011 archive.org
QRCode
thumbnail

Le restaurant corse Via Corsica organise des repas d'affaires à Lille et vous propose une sélection de plats cuisinés corses.

plats cuisin corse repas affaires lille restaurant nord Le Via Corsica organise des agrave Lille propose lection corses
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn