Ethical Hacking Training Bootcamp

Certified Information Security Expert Version 2 - Mumbai & Pune.

Background: CISE (Certified Information Security Expert) certification is one of the most recognized certification in Information Security and Ethical Hacking Domain. The Program covers all aspects of Information Security and Ethical Hacking, enabling one to become an Information Security Expert.


Training Duration: 40 Hours

Training Fee: Rs. 12,500 (Online Examination Cost, Books, Tools included)

Contact: Mumbai - 9619655321 | Pune - 9923552444

Next Batch Starting from: 28th May 2011.

perldoc to read

`perldoc perlre` perldata, perlvar, perlfunc, perlsub, and perlref too

File::path - removing all files and directories keeping the root directory in place

keep_root => $bool

When set to a true value, will cause all files and subdirectories to
be removed, except the initially specified directories. This comes in
handy when cleaning out an application's scratch directory.

remove_tree( '/tmp', {keep_root => 1} );

removing duplicate files in a array

use List::MoreUtils qw(uniq);

my @dup_list = qw(1 1 1 2 3 4 4);

my @uniq_list = uniq(@dups);

check if database exist

#SELECT SCHEMA_NAME FROM INFORMATION_SCHEMA.SCHEMATA WHERE
SCHEMA_NAME = 'DBName'

Other Articles

Enter your email address: