Skip to main content

Home/ Informatics_resources/ Group items tagged Perl

Rss Feed Group items tagged

anonymous

8 Awesome Perl Command Line Arguments You Should Know - 1 views

  •  
    Command line options in Perl could be useful to do smaller tasks effectively. In this article, let us review how to use Perl command line options to do the following tasks: It opens files one by one and replaces the content with STDOUT.
anonymous

given/when - the Perl switch statement - 0 views

  •  
    Its been a while since my last post; summer holidays have inflicted upon me some big distractions! So to ease myself back in gently I'll I've pulled out a (nearly finished but unposted) article from last year (in true Blue Peter tradition!)
anonymous

Perl 5 by Example: Command-line Options - 0 views

shared by anonymous on 24 Jan 12 - Cached
  •  
    Perl has a wide range of command-line options or switches that you can use. The options are also called switches because they can turn on or turn off different behaviors. A thorough knowledge of the command line switches will enable you to create short one-time programs to perform odd little tasks.
anonymous

Perl Regular Expressions by Example - 0 views

  •  
    Regular expressions are very powerful tools for matching, searching, and replacing text. Unfortunately, they are also very obtuse. It does not help that most explanations of regular expressions start from the specification, which is like learning to love Friends reruns by reading a VCR manual. This page provides some simple examples for reference.
1 - 7 of 7
Showing 20 items per page