in reply to Can't locate object method in a format error

It has been a while since I wrote a format, but try this, per perlform:

format STDOUT_TOP = ==== Deleted Satellite profiles older than @#### days ===== $argref->{days} Satellite profile Last checkin .

IIRC, You should alternate variable lines with format lines immediately follow each format line containing placeholders with the variables to be inserted.

--MidLifeXis

Replies are listed 'Best First'.
Re^2: Can't locate object method in a format error
by kcott (Archbishop) on Jun 04, 2015 at 19:30 UTC
    "IIRC, ..."

    You do recall correctly. The documentation you linked to has (my emphasis):

    "An argument line supplying values to plug into the previous picture line."

    -- Ken