14 Aug, 2010
Perl how to remove an element from an array
Articles related to perl how to remove an element from an array
http://digitalpbk.com/perl-sms/perl-script-send-free-sms-any-mobile-number-india-using-way2sms
Perl Script to send Free SMS to any mobile number in INDIA using way2sms
The following script sends SMS to any number in INDIA using the free service provided by Way2Sms.com
Requires WWW::Mechanize and Compress::Zlib libraries.
Please remember to fill the username and password in the fields that is mentioned in the script.
Updated code on 28th October 2011. If you face errors use the new script.
#!/usr/bin/
perl
use WWW::Mechanize;
use Compress::Zlib;
my $mech ...
Published 2 years, 5 months ago
http://digitalpbk.com/windows/create-htacces-files-extensions-only
How to create files like .htaccess on windows
Create files without filenames and only extensions like .htaccess
So you want to create a .htaccess or any other .extension and you fire up the explorer and start doing it, and you get
Error: You must type a filename
How to create a file only with extension
Fire a command line terminal and go to your destination folder (cd ...)
Type in echo > .htaccess and Press ENTER.
Now goto the explorer and edit the just created new empty file and save ...
Published 2 months, 3 weeks ago
http://digitalpbk.blogspot.com/2009/05/ssh-proxy-windows-linux-orkut-bypass.html
SSH Tunneling Proxy using Putty on Windows and Linux (Unblock YouTube / Orkut / Facebook)
SSH Tunneling?SSH Tunneling is the method by which, requests
from our local system is encapsulated in an SSH session and forwarded to a remote computer, which then sends the requests as if they originated
from the remote computer.Using this method we can set up Socks (V5) Proxies to access websites. This method is used for anonymous browsing as well as for accessing Blocked sites within the local network ...
Published 3 years ago
http://digitalpbk.blogspot.com/2008/01/fedora-8-compaq-presario-v3000.html
Fedora 8 - Werewolf on Compaq Presario V3000
The BeginningFedora 8, after tackling for about a week with my
perl download manager, downloaded Fedora8 Werwolf, (Fedora8.iso 3.18 GiB). Phew! As expected the SHA1SUM did not match the expected one.What to do? Redownloading the 3.18 GiB is silly. So...BitTorrent : Torrent files contain SHA signatures of all the pieces of information, so downloaded the fedora8.torrent file, checked for SHA1 mismatches in all the pieces in the download.Figured out ...
Published 4 years, 4 months ago
http://digitalpbk.blogspot.com/2008/05/8298235210-malwareadware-vundo.html
Win32.Vundo adware manual
removal
IntroThis is yet another adware that spies your computer and should be
removed!The AOL Active Virus Shield license has expired and sadly AOL isn't continuing the service. So its left to me to defend my sys against the world of viruses trojans and adwares or in short all other malwares.Win32.Vundo as experts call it,SymptomsOften get popupsMicrosoft Internet Explorer: Work Offline , Cancel window even when not browsingStrange tabs on Firefox ...
Published 4 years ago
http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html
Introduction to XSS Part 1
This document is purely for illustrative purposes only. I am not responsible for any losses arising to the websites mentioned below. Webmasters please be more alert...What is it?XSS stands for cross site scripting (CSS) Since CSS is already taken by Cascaded Style Sheets, it is named XSS X standing for a Cross. It is a kind of hacking which allows you to deface websites, loggin as another user etc. IntroductionLet us start by looking
how websites work. Starting ...
Published 5 years, 5 months ago
http://digitalpbk.com/laptop-tv/how-to-connect-laptop-tv
How to connect laptop to TV
Various methods to connect laptop to TV, S-Video, DVI, RCA, VGA and steps to configure your laptop
Want to Connect laptop to your TV? Find out
how to connect your laptop to TV based on what technologies are available on your laptop and television.
There are many options to connect your laptop to TV, choosing a connection depends on what laptop and Television you have.
Based on your laptop and tv connectivity options, here is a list
Laptop Technology
Television ...
Published 7 months, 3 weeks ago
http://digitalpbk.com/windows/change-network-adapter-mac-address-windows-7
Change Network adapter MAC address on Windows 7
Shows you
how to Change MAC Address on Windows 7 powered laptop
Most of us (atleast those who learned computer networking) grew up learning about the 7 layers of OSI ISO model or the simple 4 layer model. The lowest layer is the physical layer. In this layer all machines are assigned an address called the MAC address (Media Access Control Address) . The MAC Addresses come pre-assigned in the hardware and it is assigned by a standard authority so ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html
is not enough to mention all characters in all languages. Here comes UNICODE, in which each character is represented by 16 bits. Therefore in this method of encoding, 65536 characters can be represented.For more information about UNICODE and its applictions visit Unicode.orgWhats interesting?Unicode is capable of representing many languages, including those written
from left to right and those written
from right to left. There are special characters in UNICODE to achieve the RTL. One such character ...
Published 5 years, 6 months ago
http://digitalpbk.blogspot.com/2007/04/freeing-up-more-disk-space.html
are temporary or log files that simply clog up valuable disk space on your system, Its safe to delete them.Clean the TEMP directoriesX:\Windows\TEMPX:\Documents and Settings\User\Local Settings\TEMPRemove unused User AccountsDelete any users that no longer existsChange the pagefiling quota on the diskControl Panel -> Click System -> Advanced Tab -> Performance Frame -> Click Settings -> Advanced Tab -> Virtual Memory Frame -> Click Change Button -> ...
Remove DMP fileSometimes a RAM ...
Published 5 years, 1 month ago
Related help topics for perl how to remove an element from an array
More keywords like perl how to remove an element from an array
More pages for perl how to remove an element from an array