Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

ailie's scratchpad

by ailie (Friar)
on Jun 02, 2004 at 17:08 UTC ( [id://359571]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use Lingua::Romana::Perligata;
    ...
            biguttam tum lacunam tum 
            circumferenceum tum novumversum
            egresso scribe.
    
  2. or download this
    print (STDOUT Lingua::Romana::Perligata::__enquote__ ( 'Enter', 'radiu
    +s'), ":", " ");
     my $radius  = IO::Handle::getline (*STDIN );
    ...
     my $circumference  =  ($multiplier * $radius);
    print (STDOUT 'Circumference');
    print (STDOUT ":", " ", $circumference, "\n")
    
  3. or download this
    #!/usr/bin/perl -w
    use Lingua::Romana::Perligata;
    ...
        biguttam tum lacunam tum 
        circumferenceum tum novumversum
        egresso scribe.
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $date2 = ymd($year, $month2, $day2);
    my $diff = $date2 - $date1;
    print "Difference is $diff.\n";
    
  5. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $date2 = ymd($year, $month2, $day2);
    my $diff = $date2 - $date1;
    print "Difference is $diff.\n";
    
  6. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my ($year2,$month2,$day2) = Decode_Date_US($date2);
    my $Dd = Delta_Days($year1, $month1, $day1, $year2, $month2, $day2);
    print "Days between those dates: $Dd\n";
    
  7. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    my $y = 2003;
    my $difference = int( (timelocal(0,0,0,$d1,$m1,$y) - timelocal(0,0,0,$
    +d2,$m2,$y))/24/60/60 +0.5);
    print "$difference\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-23 12:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found