Help for this page

Select Code to Download


  1. or download this
    main::(-e:1):    1
      DB<1> use Time::::Piece;
    
  2. or download this
      DB<2> x Time::::Piece::localtime->ymd;
    Can't locate object method "ymd" via package "Time::::Piece::localtime
    +" (perhaps you forgot to load "Time::::Piece::localtime"?) at (eval 7
    +)[/usr/lib/perl5/5.26.1/perl5db.pl:738] line 2.
      DB<3> x Time::Piece::localtime->ymd;
    0  '2022-02-09'