in reply to Re: escaping the @ in an interpolating string
in thread escaping the @ in an interpolating string

Also, if you are unsure what $0 means see 'perldoc perlvar' and search for $0.
  • Comment on Re^2: escaping the @ in an interpolating string

Replies are listed 'Best First'.
Re^3: escaping the @ in an interpolating string
by marto (Cardinal) on Aug 10, 2024 at 19:27 UTC

    Or

    perldoc -v '$0'

    See also: perldoc