Cite This Page
Bibliographic details for Perl Style Guide
- Page name: Perl Style Guide
- Author: Proxmox VE contributors
- Publisher: Proxmox VE, .
- Date of last revision: 30 May 2018 08:06 UTC
- Date retrieved: 24 May 2022 08:10 UTC
- Permanent URL: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147
- Page Version ID: 10147
Citation styles for Perl Style Guide
APA style
Perl Style Guide. (2018, May 30). Proxmox VE, . Retrieved 08:10, May 24, 2022 from https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147.
MLA style
"Perl Style Guide." Proxmox VE, . 30 May 2018, 08:06 UTC. 24 May 2022, 08:10 <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147>.
MHRA style
Proxmox VE contributors, 'Perl Style Guide', Proxmox VE, , 30 May 2018, 08:06 UTC, <https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147> [accessed 24 May 2022]
Chicago style
Proxmox VE contributors, "Perl Style Guide," Proxmox VE, , https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147 (accessed May 24, 2022).
CBE/CSE style
Proxmox VE contributors. Perl Style Guide [Internet]. Proxmox VE, ; 2018 May 30, 08:06 UTC [cited 2022 May 24]. Available from: https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147.
Bluebook style
Perl Style Guide, https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147 (last visited May 24, 2022).
BibTeX entry
@misc{ wiki:xxx, author = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2018", url = "https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147", note = "[Online; accessed 24-May-2022]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Proxmox VE", title = "Perl Style Guide --- Proxmox VE{,} ", year = "2018", url = "\url{https://pve.proxmox.com/mediawiki/index.php?title=Perl_Style_Guide&oldid=10147}", note = "[Online; accessed 24-May-2022]" }