Quantcast
Channel: Ycsoftware.net » Perl
Browsing all 11 articles
Browse latest View live

Welcome to ycsoftware.net

Thanks for your patience! The wait is finally over! Our goal with this site is clear and simple: We want to engage the programmers and IT gurus into fruitfull conversations that can be used as flag to...

View Article



Install perl modules commands

Install perl modules on windows. perl -MCPAN  -e  "install Mail::Sendmail"  Note that the command is case sensitive or or using CPAN CPAN enter Install Bundle::CPAN

View Article

Regular Expressions Useful Sites

Regexlib http://regexlib.com/ Regular Expression http://www.regular-expressions.info/ Microsoft Regex http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.aspx

View Article

Regular Expressions Tools

Regular Expression editor http://www.radsoftware.com.au/regexdesigner/ Cygwin http://www.cygwin.com/ RegexBuilder http://renschler.net/RegexBuilder/

View Article

Image may be NSFW.
Clik here to view.

Compare Files With DreamWeaver

In order to compare files with Dreamweaver, you need to download a third party file comparison software: Our favorite is  WinMerge (http://winmerge.org/). Once downloaded , go to Dreamweaver on the...

View Article


Can’t locate XML/Parser.pm in @INC (Centos, Fedora…)

If you are getting this error Can’t locate XML/Parser.pm in @INC you might be missing the following module Solution: yum install perl-XML-Parser

View Article

IS Semicolon Required in Javascript?

The Answer is "NO"  however,  it is good practice to always use semicolons. If you are a PHP , C++, C# and a few others, you know a thing or two about using semicolons so it will be natural to you....

View Article

How to test if Apache FastCGI is working

How do you know if you have correctly installed FastCGI? The answer is simple: Run a FastCGI test Script (link to a test script is given below). http://dzone.com/snippets/fastcgi-test-script If the...

View Article


Request Tracker 4.0 Apache + FastCGI Virtual Host Configuration

Once FastCGI is setup, you are ready to configure Apache. Server address format: http://rt.server.com RT lines added to the virtual host: DocumentRoot "/var/www/rt/share/html" AddDefaultCharset UTF-8...

View Article


Image may be NSFW.
Clik here to view.

Can’t locate Plack/Handler/Starlet.pm

Error Messages Plack::Handler::Starlet ...MISSING Can't locate Plack/Handler/Standalone/Prefork/Server/Starter.pm in @INC FAIL Installing Plack::Handler::Starlet failed. See /USER/.cpanm/build.log for...

View Article

Upgrading Request Tracker to the Latest Version

Step 1 Backup your current database. mysqldump rt4 > rt4.sql Step2 Download the latest version and unzip it to a folder https://www.bestpractical.com/ (NOT The Destination folder). You can unzip it...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images