Devdas Bhagat wrote:
> use Date::Calc;
>
> TIMTOWTDI.

its TMTOWTDI, IMHO.

-- 
arc_of_descent

####[ Linux One Stanza Tip (LOST) ]###########################

Sub : Copying from Linux to Win partition            LOST #005

Method 1: To copy a file from Linux to a Windows partition

#mkdir /mnt/dos-c    (if mount point does not exist)
#mount -t vfat /dev/hda1 /mnt/dos-c
#cp /path/filename /mnt/dos-c/path/ 
#umount /mnt/dos-c

####<[EMAIL PROTECTED]>###################################




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to