Tag Archives: perl

Perl – Matching patterns, conditional expressions

I’ve found the below mentioned information from different websites using Google. It is convenient to have all necessary information at one place, and that’s what I’ve done. I don’t take credit for anything written below. Matching Pattern Code                   Meaning —-                   —————————- \w                     Alphanumeric Characters \W                     Non-Alphanumeric Characters \s                     White Space \S                     Non-White Space \d                     Digits […]

Leave a comment Continue Reading →

Scripts – HDS Generate Horcm Entries

DISCLAIMER: This script is as is. I give no warranty it will work as you expected on your system. You are running it at your own risk. If something goes wrong because of this script, I bear no responsibility. Language: perl Platform: server# cat /etc/release                        Solaris 10 11/06 s10s_u3wos_10 SPARC            Copyright 2006 Sun […]

Leave a comment Continue Reading →

Solaris – Installing Perl modules on solaris 10

Solaris 10 comes with pre-installed perl with a fixed set of perl modules. When you want extra modules on your system, the modules need to be compiled on the system and the process isn’t simple to be honest. Googled a lot and visited various links. With all the information gathered, I managed to install the […]

2 Comments Continue Reading →

Scripts – contig_devs.pl

DISCLAIMER: This script is as is. I give no warranty it will work as you expected on your system. You are running it at your own risk. If something goes wrong because of this script, I bear no responsibility. Language Solaris 10 server# bash –version GNU bash, version 3.00.16(1)-release (sparc-sun-solaris2.10) Copyright (C) 2004 Free Software […]

Leave a comment Continue Reading →